Resources Home
JavaScript Tutorials
User rating:
9 Yays
16 Nays


Form Elements: 40+ CSS/JS Styling and Functionality Techniques
40+ noteworthy techniques for styling and functionality of Form Fields such as styling different form fields, live validation, Context highlighting, trading options from field to another, slider controls and more - using CSS and different Javascript libraries.
User rating:
9 Yays
2 Nays


Benchmark: Fastest way to code a loop in JavaScript
Efficiency in our JavaScript code is becoming more and more important. A benchmark of the least and most expensive ways to code a JS loop.
User rating:
5 Yays
4 Nays


Non-blocking JavaScript Downloads
External JavaScripts on your page can stall or even halt the loading of anything that follows when the remote server goes down. YUI looks at this problem and some solutions.
User rating:
4 Yays
8 Nays


Speeding up DOM nodes insertion with DocumentFragment
John Resig shows how the createDocumentFragment() method can increase DOM related insertions by 2-3 times.
User rating:
3 Yays
1 Nays


Obfuscated JavaScript Redux
The latest in JavaScript obfuscation to hide malware involves the use of referral info and JavaScript's "arguments.callee."
User rating:
10 Yays
14 Nays


jQuery HTML tooltip
jQuery based HTML tooltips that are defined online on the page as DIV elements.
User rating:
11 Yays
2 Nays


Performing GET and POST requests using Ajax
A frank and gentle tutorial on Ajax, covering important topics such as fetching XML and JSON files using it.
User rating:
3 Yays
0 Nays


JavaScript String Performance: an Analysis
A detailed analysis on JavaScript String Performance in the major browsers.
User rating:
5 Yays
6 Nays


Exceptional Ajax/javascript Techniques (Recently Created)
30 hand-picked Ajax and javascript techniques, freshly created.
User rating:
12 Yays
3 Nays


30+ Javascript/Ajax Techniques for Sliders, Scrollers and Scrollbars
In this article we would like to present a list of over 30 hand-picked Sliders, Scrollers and scrollbar techniques you can use to achieve some special visual effects in your designs.